Skip to content

Commit

Permalink
chore(ci): update upload-artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
jahnf committed Nov 24, 2024
1 parent e5313a8 commit 67c60ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,22 +122,22 @@ jobs:
# ---------- Upload artifacts to github ----------
- name: Upload source-pkg artifact to github
if: startsWith(matrix.docker_tag, 'archlinux')
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: source-package
path: ${{ env.src_pkg_artifact }}

- name: Upload version-info to github
if: startsWith(matrix.docker_tag, 'archlinux')
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: version-info
path: |
./version-string
./version-branch
- name: Upload binary package artifact to github
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.docker_tag }}-package
path: ${{ env.dist_pkg_artifact }}
Expand Down

0 comments on commit 67c60ce

Please sign in to comment.