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 2221bb1 commit d7c17e6Copy full SHA for d7c17e6
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
run: ${{ matrix.job.build }} --verbosity=diagnostic --target=pack
46
- name: Publish artifacts
47
if: matrix.job.push && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/'))
48
- uses: actions/upload-artifact@v4.6.2
+ uses: actions/upload-artifact@v5.0.0
49
with:
50
if-no-files-found: warn
51
name: package
0 commit comments