Skip to content

Commit ddb2dd9

Browse files
Update actions/upload-artifact action to v6
1 parent 4999a90 commit ddb2dd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-release-onprem.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
path: 'esp32s3.bin'
7272
key: ${{ runner.os }}-${{ github.run_id }}
7373
- name: Archive Build
74-
uses: actions/upload-artifact@v4
74+
uses: actions/upload-artifact@v6
7575
with:
7676
name: 'build'
7777
path: 'esp32s3.bin'

.github/workflows/build-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
path: 'esp32s3.bin'
7272
key: ${{ runner.os }}-${{ github.run_id }}
7373
- name: Archive Build
74-
uses: actions/upload-artifact@v4
74+
uses: actions/upload-artifact@v6
7575
with:
7676
name: 'build'
7777
path: 'esp32s3.bin'

0 commit comments

Comments
 (0)