Skip to content

Commit

Permalink
Merge pull request #1128 from skaut/artifact-v4
Browse files Browse the repository at this point in the history
Using v4 of CI artifacts
  • Loading branch information
marekdedic authored Dec 15, 2023
2 parents 4363bbd + 2626679 commit dc13bed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
npm run build
- name: "Upload artifact"
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: "build-artifact"
path: dist
Expand All @@ -68,7 +68,7 @@ jobs:
needs: build
steps:
- name: "Download artifact"
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: "build-artifact"
path: ${{ github.event.repository.name }}
Expand Down

0 comments on commit dc13bed

Please sign in to comment.