Skip to content

Commit 69e7780

Browse files
committed
fix: update upload-artifact action to version 4 in GitHub Actions workflow
1 parent fc267a2 commit 69e7780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
6363
- name: Upload CSV files as artifacts
6464
if: always()
65-
uses: actions/upload-artifact@v3
65+
uses: actions/upload-artifact@v4
6666
with:
6767
name: csv-files
6868
path: ./output/*.csv

0 commit comments

Comments
 (0)