Skip to content

Commit 03e67b0

Browse files
committed
chore: bump actions/upload-artifact and actions/download-artifact
1 parent 4a56b08 commit 03e67b0

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
run: xmake
7373

7474
- name: Upload Build Artifacts
75-
uses: actions/upload-artifact@v5
75+
uses: actions/upload-artifact@v6
7676
with:
7777
name: version-${{ matrix.arch }}-${{ env.VERSION }}
7878
path: build/release/*

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6262

6363
- name: Download Build Artifacts
64-
uses: actions/download-artifact@v6
64+
uses: actions/download-artifact@v7
6565
with:
6666
path: build_artifacts
6767
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)