Skip to content

Commit 2f0343c

Browse files
authored
Merge pull request #11 from Reloaded-Project/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 0c08389 + e5d4655 commit 2f0343c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ runs:
308308

309309
- name: Upload Changelog Artifact
310310
if: inputs.changelog-enabled == 'true' && inputs.changelog-upload-artifact == 'true'
311-
uses: actions/upload-artifact@v4
311+
uses: actions/upload-artifact@v5
312312
with:
313313
name: ${{ inputs.changelog-artifact-name }}
314314
path: ${{ inputs.changelog-output }}

0 commit comments

Comments
 (0)