Skip to content

Commit

Permalink
Merge pull request #110 from fredmorcos/bump-upload-artifact
Browse files Browse the repository at this point in the history
Bump upload-artifact to version 4
  • Loading branch information
fredmorcos authored Sep 5, 2024
2 parents fd175eb + e0655bf commit 44c9a90
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 44c9a90

Please sign in to comment.