Skip to content

Commit

Permalink
Merge pull request #124 from dirkgroot/renovate/actions-upload-artifa…
Browse files Browse the repository at this point in the history
…ct-4.x

Update actions/upload-artifact action to v4.3.1
  • Loading branch information
dirkgroot authored Apr 5, 2024
2 parents e6da08c + 34798bf commit 77be99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: gh release upload ${{ github.event.release.tag_name }} ./build/distributions/*

- name: Upload a Build Artifact
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
# Artifact name
name: distribution
Expand Down

0 comments on commit 77be99a

Please sign in to comment.