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