Skip to content

Commit

Permalink
Deps update
Browse files Browse the repository at this point in the history
- upgrace actions/download-artifacts to v4
  • Loading branch information
chevdor committed Sep 18, 2024
1 parent 4f971f4 commit 103775c
Show file tree
Hide file tree
Showing 2 changed files with 202 additions and 151 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
run: |
echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
echo "SHORT_SHA=${GITHUB_SHA::8}" >> $GITHUB_ENV
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4

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

- name: Upload Debian package
uses: actions/upload-release-asset@v1
Expand Down
Loading

0 comments on commit 103775c

Please sign in to comment.