Skip to content

Commit

Permalink
release workflow update versions
Browse files Browse the repository at this point in the history
Bump actions/upload-artifact from 3 to 4
  • Loading branch information
8naama authored Jul 29, 2024
2 parents 8bae314 + 05e8876 commit 462a10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-and-validate-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
f.truncate(0)
json.dump(configs, f)
- name: Upload manifest to workflow artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: manifest
path: manifest.json
Expand Down

0 comments on commit 462a10a

Please sign in to comment.