Skip to content

Commit 103775c

Browse files
committed
Deps update
- upgrace actions/download-artifacts to v4
1 parent 4f971f4 commit 103775c

File tree

2 files changed

+202
-151
lines changed

2 files changed

+202
-151
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
run: |
127127
echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
128128
echo "SHORT_SHA=${GITHUB_SHA::8}" >> $GITHUB_ENV
129-
- uses: actions/download-artifact@v2
129+
- uses: actions/download-artifact@v4
130130

131131
# TODO: here we could fetch the artifacts and reuse our freshest build.
132132
- name: Install tera v0.1.0
@@ -176,7 +176,7 @@ jobs:
176176
echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
177177
echo "SHORT_SHA=${GITHUB_SHA::8}" >> $GITHUB_ENV
178178
179-
- uses: actions/download-artifact@v2
179+
- uses: actions/download-artifact@v4
180180

181181
- name: Upload Debian package
182182
uses: actions/upload-release-asset@v1

0 commit comments

Comments
 (0)