We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0280009 commit dd28919Copy full SHA for dd28919
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
run: ${{ matrix.job.build }} --verbosity=diagnostic --target=pack
50
- name: Publish artifacts
51
if: matrix.job.push && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/'))
52
- uses: actions/upload-artifact@v4.6.0
+ uses: actions/upload-artifact@v4.6.1
53
with:
54
if-no-files-found: warn
55
name: package
0 commit comments