Skip to content

Commit

Permalink
Update contracts.yml github action
Browse files Browse the repository at this point in the history
actions/upload-artifact@v3 is deprecated Dec 2, 2024.

This PR updates this component to V4
  • Loading branch information
bgrahamen authored Nov 11, 2024
1 parent 6a53f56 commit ff3794a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ jobs:
cosmwasm/workspace-optimizer:0.12.10
- name: 'Upload optimized contract artifact'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.contract.name }}
path: ${{ matrix.contract.workdir }}${{ matrix.contract.build }}
retention-days: 1

- name: 'Upload Cargo.lock artifact'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Cargo.lock
path: ${{ matrix.contract.workdir }}Cargo.lock
Expand Down

0 comments on commit ff3794a

Please sign in to comment.