Skip to content

Commit cdeaad7

Browse files
authored
Use upload-artifact@v4 (#981)
1 parent f800cbc commit cdeaad7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
]
7373
}
7474
- name: Upload Artifacts
75-
uses: actions/upload-artifact@v2.2.4
75+
uses: actions/upload-artifact@v4
7676
with:
7777
path: "./bin/dist/*.zip"
7878
name: "BepInEx_CI_${{ steps.info.outputs.build_type }}_${{ steps.info.outputs.sha_short }}_${{ steps.info.outputs.build_id || 0 }}"

.github/workflows/build_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: |
1818
./build.sh --target Publish
1919
- name: Upload Artifacts
20-
uses: actions/upload-artifact@v2.2.4
20+
uses: actions/upload-artifact@v4
2121
with:
2222
path: "./bin/dist/*.zip"
2323
name: "BepInEx_CI"

0 commit comments

Comments
 (0)