Skip to content

Commit cb99900

Browse files
authored
chore(deps): update github actions (major) (#65)
1 parent c46b1a1 commit cb99900

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package-and-upload-assets.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
echo "ARCHIVE_PATH=${ARCHIVE_NAME}" >> $GITHUB_OUTPUT
103103
104104
- name: Upload archive as workflow artifact
105-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
105+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
106106
with:
107107
name: ${{ steps.vars.outputs.archive_name }}
108108
path: ${{ steps.create_archive.outputs.ARCHIVE_PATH }}
@@ -119,7 +119,7 @@ jobs:
119119
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
120120

121121
- name: Download all archives from workflow artifacts
122-
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
122+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
123123
with:
124124
path: release-archives
125125

0 commit comments

Comments
 (0)