We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 797b045 commit 92bc368Copy full SHA for 92bc368
.github/workflows/release.yml
@@ -267,7 +267,7 @@ jobs:
267
docker run --rm -v "${PWD}/devbox-test:/src" -w /src ghcr.io/jakoch/cpp-devbox:${{ matrix.config.debian_codename }}-with-vulkansdk-latest zsh -c "./build.sh"
268
269
- name: 📦 Provide the version info and info.json as a release asset
270
- uses: actions/upload-artifact@v4 # https://github.com/actions/upload-artifact
+ uses: actions/upload-artifact@v5 # https://github.com/actions/upload-artifact
271
with:
272
name: version-info-${{ matrix.config.debian_codename }}
273
path: |
0 commit comments