We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
actions/upload-artifact@v3
actions/upload-artifact@v4
1 parent 9332a0c commit f7cc75bCopy full SHA for f7cc75b
1 file changed
.github/workflows/build.yml
@@ -47,7 +47,8 @@ jobs:
47
48
- name: Archive artifacts
49
if: ${{ env.VZIC_PUSH_CHANGES == 1 }}
50
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
51
with:
52
name: tzdbics_${{ env.VZIC_RELEASE_NAME }}
53
path: build/out/
54
+ if-no-files-found: error
0 commit comments