We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8684a60 commit 12295bcCopy full SHA for 12295bc
.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.3.4
+ uses: actions/upload-artifact@v4.3.5
53
with:
54
if-no-files-found: warn
55
name: package
0 commit comments