Skip to content

Commit

Permalink
[CI] Use download-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmlnkn committed Oct 6, 2024
1 parent 4f7e47e commit 45541f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/appimage-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ jobs:
USE_CUTTING_EDGE_BACKENDS: 1
run: bash build-ratarmount-appimage.sh

# This action also does not work with manylinux2014 (CentOS 7) anymore,
# probably because CentOS 7 was EOL on 2024-06-30.
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ratarmount-x86_64.AppImage
path: "AppImage/ratarmount*-x86_64.AppImage"
Expand All @@ -53,7 +51,7 @@ jobs:
- name: Fetch tag for tests
run: git fetch origin refs/tags/v0.15.2:refs/tags/v0.15.2

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: ratarmount-x86_64.AppImage

Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ jobs:
working-directory: AppImage
run: bash build-ratarmount-appimage.sh

# This action also does not work with manylinux2014 (CentOS 7) anymore,
# probably because CentOS 7 was EOL on 2024-06-30.
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ratarmount-x86_64.AppImage
path: "AppImage/ratarmount*-x86_64.AppImage"
Expand All @@ -47,7 +45,7 @@ jobs:
- name: Fetch tag for tests
run: git fetch origin refs/tags/v0.15.2:refs/tags/v0.15.2

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: ratarmount-x86_64.AppImage

Expand Down

0 comments on commit 45541f5

Please sign in to comment.