Skip to content

Commit

Permalink
build(deps): bump actions/download-artifact in /.github/workflows (#1079
Browse files Browse the repository at this point in the history
)

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7.
  • Loading branch information
dependabot[bot] committed Sep 18, 2024
1 parent 0dab451 commit 75239e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swagger-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v3

- name: Download spec file artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: specfile
path: docs
Expand Down

0 comments on commit 75239e8

Please sign in to comment.