We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f971f4 commit 103775cCopy full SHA for 103775c
.github/workflows/release.yml
@@ -126,7 +126,7 @@ jobs:
126
run: |
127
echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
128
echo "SHORT_SHA=${GITHUB_SHA::8}" >> $GITHUB_ENV
129
- - uses: actions/download-artifact@v2
+ - uses: actions/download-artifact@v4
130
131
# TODO: here we could fetch the artifacts and reuse our freshest build.
132
- name: Install tera v0.1.0
@@ -176,7 +176,7 @@ jobs:
176
177
178
179
180
181
- name: Upload Debian package
182
uses: actions/upload-release-asset@v1
0 commit comments