Skip to content

Commit

Permalink
Merge pull request #209 from Shopify/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/upload-artifact-4

chore(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
jacobsteves authored Dec 18, 2023
2 parents 6544692 + 18a410a commit 24a5c66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
run: gzip -k -f ${{ matrix.path }} && mv ${{ matrix.path }}.gz ${{ matrix.asset_name }}.gz

- name: Upload assets to artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.asset_name }}.gz
path: ${{ matrix.asset_name }}.gz
Expand All @@ -97,7 +97,7 @@ jobs:
run: ${{ matrix.shasum_cmd }} ${{ matrix.asset_name }}.gz | awk '{ print $1 }' > ${{ matrix.asset_name }}.gz.sha256

- name: Upload asset hash to artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.asset_name }}.gz.sha256
path: ${{ matrix.asset_name }}.gz.sha256
Expand Down

0 comments on commit 24a5c66

Please sign in to comment.