Skip to content

Commit 9808e4b

Browse files
ci: bump actions/download-artifact from 5 to 6 (#31)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 867b7f6 commit 9808e4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
VERSION=$(awk -F'[<>]' '/^[[:space:]]*<Version>/ {print $3}' QsNet/QsNet.csproj)
6363
echo "VERSION=$VERSION" >> $GITHUB_ENV
6464
- name: Download package artifact
65-
uses: actions/download-artifact@v5
65+
uses: actions/download-artifact@v6
6666
with:
6767
name: QsNet.${{ env.VERSION }}
6868
path: ./artifacts

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ jobs:
265265
steps:
266266
- uses: actions/checkout@v5
267267
- name: Download nupkg
268-
uses: actions/download-artifact@v5
268+
uses: actions/download-artifact@v6
269269
with:
270270
name: qsnet-nupkg
271271
path: ./nupkg

0 commit comments

Comments
 (0)