Skip to content

Commit

Permalink
Merge pull request #228 from taliesins/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/upload-artifact-4

chore(deps): bump actions/upload-artifact from 3 to 4
  • Loading branch information
taliesins authored Dec 27, 2023
2 parents 737b4ca + 2c4d21d commit 9e28ca1
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 @@ -336,7 +336,7 @@ jobs:
esac
echo "::set-output name=ARTIFACT::$ARTIFACT-$(date -u +'%Y-%m-%dT%H-%M')"
- name: upload snapshot artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: "!(startsWith(github.ref, 'refs/tags/v'))"
with:
name: ${{steps.naming.outputs.ARTIFACT}}
Expand Down

0 comments on commit 9e28ca1

Please sign in to comment.