Skip to content

Commit

Permalink
Merge pull request #164 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.4.0
  • Loading branch information
dirkgroot authored Sep 5, 2024
2 parents 1502aa5 + d4af13a commit f05e523
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/upload-artifact@v4.3.6
uses: actions/upload-artifact@v4.4.0
with:
# Artifact name
name: distribution
Expand Down

0 comments on commit f05e523

Please sign in to comment.