Skip to content

Commit bfc38b0

Browse files
Bump actions/download-artifact from 4.1.8 to 4.3.0
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.8 to 4.3.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@fa0a91b...d3f86a1) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 19fd57e commit bfc38b0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-manual-build-test-sign.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
run: dotnet tool install --tool-path ./sign --prerelease sign
101101

102102
- name: 'Gather nupkgs from build output'
103-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
103+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
104104
with:
105105
name: build-artifacts
106106
path : ${{ env.nupkgDirectory }}
@@ -148,7 +148,7 @@ jobs:
148148
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # v4.2.0
149149

150150
- name: 'Gather nupkgs from signing output'
151-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
151+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
152152
with:
153153
name: signed-artifacts
154154
path : ${{ env.nupkgDirectory }}

.github/workflows/upload-coverage-report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
egress-policy: audit
2424

2525
- name: 'Download coverage results'
26-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
26+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
2727
with:
2828
name: coverage-results
2929

0 commit comments

Comments
 (0)