Skip to content

Commit f27c598

Browse files
chore(deps): bump actions/download-artifact from 6 to 7 (#1180)
1 parent ac6919d commit f27c598

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@v6
113+
uses: actions/download-artifact@v7
114114
with:
115115
name: goreleaser-dist-temp
116116
path: dist
@@ -147,7 +147,7 @@ jobs:
147147
uses: actions/checkout@v6
148148

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

0 commit comments

Comments
 (0)