Skip to content

Commit

Permalink
Bump upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
fredmorcos committed Sep 5, 2024
1 parent fd175eb commit e0655bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ jobs:
if: >-
${{matrix.build-config.id == 'release' &&
startsWith(github.ref, 'refs/tags/')}}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: >-
tvrank-${{steps.tag.outputs.tag}}-${{matrix.os.name}}${{matrix.os.pkgext}}
Expand All @@ -257,15 +257,15 @@ jobs:
id: tag

- name: Download Linux tarball
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: tvrank-${{steps.tag.outputs.tag}}-linux.tar.bz2
- name: Download MacOS tarball
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: tvrank-${{steps.tag.outputs.tag}}-macos.dmg
- name: Download Windows tarball
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: tvrank-${{steps.tag.outputs.tag}}-windows.zip

Expand Down

0 comments on commit e0655bf

Please sign in to comment.