Skip to content

Commit

Permalink
workaround v4 breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
nxadm committed Oct 1, 2024
1 parent 1a032ae commit c4942d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Archive packages
uses: actions/upload-artifact@v4
with:
name: packages
name: packages-${{ strategy.job-index }}
retention-days: 1
path: ${{ github.workspace }}/packages/
release-to-github:
Expand All @@ -80,9 +80,9 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Download packages
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: packages
name: packages-${{ strategy.job-index }}
path: packages
- name: Upload to Github Releases
uses: ncipollo/release-action@v1
Expand Down

0 comments on commit c4942d5

Please sign in to comment.