Skip to content

Commit

Permalink
Merge pull request #88 from dirkgroot/renovate/actions-upload-artifac…
Browse files Browse the repository at this point in the history
…t-3.x

Update actions/upload-artifact action to v3.1.3
  • Loading branch information
dirkgroot authored Sep 8, 2023
2 parents 89d678e + 1e272a3 commit 739c09e
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].2
uses: actions/[email protected].3
with:
# Artifact name
name: distribution
Expand Down

0 comments on commit 739c09e

Please sign in to comment.