Skip to content

Commit

Permalink
chore: bump actions/upload-artifact version (#804)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 authored Feb 3, 2025
1 parent fa1c3e0 commit e0fd117
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cowFi-tokens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: USE_CACHE=false yarn cowFi:tokens

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: cowFi-tokens.json
path: src/cowFi/cowFi-tokens.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/optimizeImage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
fi
- name: Upload img
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.address }}
path: output.png
Expand Down

0 comments on commit e0fd117

Please sign in to comment.