Skip to content

Commit f3fffba

Browse files
chore(deps): update actions/upload-artifact action to v4 (#5)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2e52ac9 commit f3fffba

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
@@ -26,7 +26,7 @@ runs:
2626
./.scripts/package.sh
2727
2828
- name: Upload Logto artifact
29-
uses: actions/upload-artifact@v3
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: ${{ inputs.artifact-name }}
3232
path: /tmp/logto.tar.gz

0 commit comments

Comments
 (0)