Skip to content

Commit b23ede0

Browse files
author
Martin Møldrup
committed
Update actions/download-artifact to v4
1 parent 254e08b commit b23ede0

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
@@ -111,7 +111,7 @@ jobs:
111111
fetch-depth: 0
112112

113113
- name: Download artifacts
114-
uses: actions/download-artifact@v3
114+
uses: actions/download-artifact@v4
115115
with:
116116
name: dist
117117
path: dist/
@@ -137,7 +137,7 @@ jobs:
137137
id-token: write
138138
steps:
139139
- name: Download artifacts
140-
uses: actions/download-artifact@v3
140+
uses: actions/download-artifact@v4
141141
with:
142142
name: dist
143143
path: dist/

0 commit comments

Comments
 (0)