We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a56b08 commit 03e67b0Copy full SHA for 03e67b0
.github/workflows/build.yml
@@ -72,7 +72,7 @@ jobs:
72
run: xmake
73
74
- name: Upload Build Artifacts
75
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
76
with:
77
name: version-${{ matrix.arch }}-${{ env.VERSION }}
78
path: build/release/*
.github/workflows/release.yml
@@ -61,7 +61,7 @@ jobs:
61
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62
63
- name: Download Build Artifacts
64
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
65
66
path: build_artifacts
67
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments