Skip to content

Commit 473e5a3

Browse files
committed
Update upload-artifact action to v6 (from v4)
1 parent 6371356 commit 473e5a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-data-archive.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: tar cJf data.tar.xz data/
3535

3636
- name: Upload archive as artifact
37-
uses: actions/upload-artifact@v4
37+
uses: actions/upload-artifact@v6
3838
with:
3939
# The archive will additionally be wrapped in a ZIP archive.
4040
# This is a limitation of the `upload-artifact` action.

0 commit comments

Comments
 (0)