Skip to content

Commit

Permalink
Use upload-artifact@v3 and download-artifact@v3 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
JEnoch authored Dec 16, 2023
1 parent 00d9430 commit 6f217de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ jobs:
esac
- name: "Upload packages"
uses: actions/upload-artifact@master
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.job.target }}
path: |
Expand All @@ -269,7 +269,7 @@ jobs:
shell: bash
run: git fetch --tags --force
- name: Download packages from previous job
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
path: PACKAGES
- name: Unzip PACKAGES
Expand Down Expand Up @@ -309,7 +309,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download result of previous builds
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
path: ARTIFACTS
- name: Publish as github release
Expand Down

0 comments on commit 6f217de

Please sign in to comment.