Skip to content

Commit 18cb9bc

Browse files
Update actions/upload-artifact action to v5 (#3385)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b900480 commit 18cb9bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Build on ${{ matrix.os }}
2222
run: ./gradlew build -s
2323
- name: Archive artifacts
24-
uses: actions/upload-artifact@v4
24+
uses: actions/upload-artifact@v5
2525
if: ${{ matrix.os == 'ubuntu-latest' }} # only upload once, use linux builds
2626
with:
2727
name: FastAsyncWorldEdit-SNAPSHOT

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
target-branch: main
6868
target-directory: worldedit-bukkit
6969
- name: Archive Artifacts
70-
uses: actions/upload-artifact@v4
70+
uses: actions/upload-artifact@v5
7171
with:
7272
name: FastAsyncWorldEdit-Bukkit-SNAPSHOT
7373
path: worldedit-bukkit/build/libs/FastAsyncWorldEdit-*.jar

0 commit comments

Comments
 (0)