Skip to content

Commit f7cc75b

Browse files
committed
Upgrade from actions/upload-artifact@v3 to actions/upload-artifact@v4
1 parent 9332a0c commit f7cc75b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ jobs:
4747
4848
- name: Archive artifacts
4949
if: ${{ env.VZIC_PUSH_CHANGES == 1 }}
50-
uses: actions/upload-artifact@v3
50+
uses: actions/upload-artifact@v4
5151
with:
5252
name: tzdbics_${{ env.VZIC_RELEASE_NAME }}
5353
path: build/out/
54+
if-no-files-found: error

0 commit comments

Comments
 (0)