Skip to content
This repository was archived by the owner on Dec 30, 2024. It is now read-only.

Commit b3a5dfb

Browse files
chore(deps): bump actions/download-artifact from 3.0.2 to 4.1.1 (#67)
* chore(deps): bump actions/download-artifact from 3.0.2 to 4.1.1 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3.0.2 to 4.1.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@9bc31d5...6b208ae) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * add CHANGELOG for #67 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8b08c68 commit b3a5dfb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changelog/67.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:dependency
2+
deps: bumps actions/download-artifact from 3.0.2 to 4.1.1
3+
```

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- id: release-notes-download
3333
name: Release Notes Download
34-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
34+
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
3535
with:
3636
name: release-notes
3737
path: /tmp

0 commit comments

Comments
 (0)