Skip to content

Commit

Permalink
[CI] Update to actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <git@stefan-marr.de>
  • Loading branch information
smarr committed Mar 16, 2024
1 parent e59ed8c commit 38e4c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Upload image difference, if there are any
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Image Differences of charts.test.ts
path: |
Expand Down

0 comments on commit 38e4c8d

Please sign in to comment.