Skip to content

Commit

Permalink
update actions/upload-artifact from @v2 to @v4
Browse files Browse the repository at this point in the history
  • Loading branch information
chikamura committed Dec 3, 2024
1 parent 24ec56f commit 6f3adcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- run: ~/.embulk/bin/embulk run -L build/gemContents src/test/resources/id_field_name.yml
- run: cat tmp/id_field_name000.00.csv
- run: cmp tmp/id_field_name000.00.csv src/test/resources/id_field_name_expected.csv
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: always()
with:
name: tests
Expand Down

0 comments on commit 6f3adcd

Please sign in to comment.