Skip to content

Commit a6bafa5

Browse files
Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v1...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 20b4f13 commit a6bafa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ jobs:
7676
dotnet-version: ${{ matrix.dotnet }}
7777

7878
# get and set release url and version
79-
- uses: actions/download-artifact@v1
79+
- uses: actions/download-artifact@v4.1.7
8080
with:
8181
name: create-release
82-
- uses: actions/download-artifact@v1
82+
- uses: actions/download-artifact@v4.1.7
8383
with:
8484
name: get_version
8585
- id: upload-url

0 commit comments

Comments
 (0)