We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c65b1a7 commit e821228Copy full SHA for e821228
.github/workflows/ci.yml
@@ -55,7 +55,7 @@ jobs:
55
run: ${{ matrix.job.build }} --verbosity=diagnostic --target=pack
56
- name: Publish artifacts
57
if: matrix.job.push && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/'))
58
- uses: actions/upload-artifact@v2.2.4
+ uses: actions/upload-artifact@v2.3.0
59
with:
60
if-no-files-found: warn
61
name: package
0 commit comments