Skip to content

Commit 1adb59e

Browse files
chore(deps): update actions/upload-artifact action to v6
1 parent 7f4640f commit 1adb59e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/mn-linux-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
zip -r mn-linux-amd64-snapshot.zip ./mn-linux-amd64-snapshot
4343
- name: "🆙 Upload Snapshot"
4444
if: success() && github.event_name == 'push' && github.ref == 'refs/heads/4.10.x'
45-
uses: actions/upload-artifact@v5
45+
uses: actions/upload-artifact@v6
4646
with:
4747
name: mn-linux-amd64-snapshot
4848
path: mn-linux-amd64-snapshot.zip

.github/workflows/mn-macos-snapshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
zip -r mn-darwin-amd64-snapshot.zip ./mn-darwin-amd64-snapshot -x '*.DS_Store*' -x '__MAC_OSX'
4242
- name: "🆙 Upload Snapshot"
4343
if: success() && github.event_name == 'push' && github.ref == 'refs/heads/4.10.x'
44-
uses: actions/upload-artifact@v5
44+
uses: actions/upload-artifact@v6
4545
with:
4646
name: mn-darwin-amd64-snapshot
4747
path: mn-darwin-amd64-snapshot.zip
@@ -79,7 +79,7 @@ jobs:
7979
zip -r mn-darwin-aarch64-snapshot.zip ./mn-darwin-aarch64-snapshot -x '*.DS_Store*' -x '__MAC_OSX'
8080
- name: "🆙 Upload Snapshot"
8181
if: success() && github.event_name == 'push' && github.ref == 'refs/heads/4.4.x'
82-
uses: actions/upload-artifact@v5
82+
uses: actions/upload-artifact@v6
8383
with:
8484
name: mn-darwin-aarch64-snapshot
8585
path: mn-darwin-aarch64-snapshot.zip

.github/workflows/mn-windows-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
Compress-Archive -Path "./mn-win-amd64-snapshot" -Update -DestinationPath ./mn-win-amd64-snapshot.zip
4747
- name: "🆙 Upload Snapshot"
4848
if: success() && github.event_name == 'push' && github.ref == 'refs/heads/4.10.x'
49-
uses: actions/upload-artifact@v5
49+
uses: actions/upload-artifact@v6
5050
with:
5151
name: mn-win-amd64-snapshot
5252
path: ./mn-win-amd64-snapshot.zip

0 commit comments

Comments
 (0)