Skip to content

Commit 6972ccd

Browse files
chore(deps): bump actions/download-artifact from 5 to 6 (#1051)
1 parent c066de6 commit 6972ccd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110

111111
# use the artifacts from the "goreleaser" job
112112
- name: Download artifacts from workflow
113-
uses: actions/download-artifact@v5
113+
uses: actions/download-artifact@v6
114114
with:
115115
name: goreleaser-dist-temp
116116
path: dist
@@ -147,7 +147,7 @@ jobs:
147147
uses: actions/checkout@v5
148148

149149
- name: Download artifacts from workflow
150-
uses: actions/download-artifact@v5
150+
uses: actions/download-artifact@v6
151151
with:
152152
name: goreleaser-dist-temp
153153
path: dist

0 commit comments

Comments
 (0)