Skip to content

Commit

Permalink
Merge pull request #347 from spacemeshos/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
fasmat authored Jun 18, 2024
2 parents 470b1d6 + 431200d commit 843cda6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swagger_build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: npm run build
working-directory: release/openapi/swagger

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: swagger-ui-build
path: release/openapi/swagger/dist
Expand Down

0 comments on commit 843cda6

Please sign in to comment.