Skip to content

Commit

Permalink
ci: Upgrade actions/upload-artifact and actions/download-artifact to …
Browse files Browse the repository at this point in the history
…v4 (#50)

Artifact actions v3 will be deprecated by December 5, 2024, updating
them.

cc paritytech/ci_cd#1078
  • Loading branch information
alvicsam authored Nov 18, 2024
1 parent b79fce3 commit 3dff7b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ on:
branches:
- main
paths-ignore:
- '**.md'
- "**.md"
pull_request:
paths-ignore:
- '**.md'
- "**.md"
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
# If index.js was different than expected, upload the expected version as
# a workflow artifact.
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
with:
name: dist
Expand Down

0 comments on commit 3dff7b4

Please sign in to comment.