Skip to content

Commit

Permalink
update to latest actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent committed Jan 30, 2025
1 parent 68a0460 commit 16a7683
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compatibility-check-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
# Upload checking results for later use

- name: Archive checking results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.chain }}-checking-results
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/get-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# Upload

- name: Upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.chain }}-contracts
path: |
Expand Down

0 comments on commit 16a7683

Please sign in to comment.