Skip to content

Commit

Permalink
Update upload-artifact to match download-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
r-tae authored Sep 20, 2024
1 parent a26f553 commit 41b6753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
echo "artifact_name=signbank-${{ env.VERSION }}" >> "$GITHUB_OUTPUT"
echo "artifact_filename=signbank-${{ env.VERSION }}.tar.gz" >> "$GITHUB_OUTPUT"
- name: Archive build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: signbank-${{ env.VERSION }}
path: _build/prod/signbank-${{ env.VERSION }}.tar.gz
Expand Down

0 comments on commit 41b6753

Please sign in to comment.