Skip to content

Commit

Permalink
Deps update
Browse files Browse the repository at this point in the history
- upgrade actions/download-artifact
  • Loading branch information
chevdor committed Sep 18, 2024
1 parent 96744e3 commit 0d63bc3
Show file tree
Hide file tree
Showing 7 changed files with 339 additions and 538 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,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

- name: Install tera
run: |
Expand Down Expand Up @@ -194,7 +194,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 0d63bc3

Please sign in to comment.