Skip to content

Commit 61884d1

Browse files
chore(deps): update actions/upload-artifact action to v4.6.0
1 parent 78fd2ae commit 61884d1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: npm run-script deploy --no-progress --prefix ASF-ui
4444

4545
- name: Upload ASF-ui
46-
uses: actions/upload-artifact@v4.5.0
46+
uses: actions/upload-artifact@v4.6.0
4747
with:
4848
if-no-files-found: error
4949
name: ASF-ui
@@ -367,7 +367,7 @@ jobs:
367367
subject-path: out/ASF-${{ matrix.variant }}.zip
368368

369369
- name: Upload ASF-${{ matrix.variant }}
370-
uses: actions/upload-artifact@v4.5.0
370+
uses: actions/upload-artifact@v4.6.0
371371
with:
372372
if-no-files-found: error
373373
name: ${{ matrix.os }}_ASF-${{ matrix.variant }}
@@ -415,7 +415,7 @@ jobs:
415415

416416
- name: Upload ArchiSteamFarm.OfficialPlugins.Monitoring
417417
if: ${{ matrix.os == 'ubuntu-latest' && matrix.variant == 'generic' }}
418-
uses: actions/upload-artifact@v4.5.0
418+
uses: actions/upload-artifact@v4.6.0
419419
with:
420420
if-no-files-found: error
421421
name: ArchiSteamFarm.OfficialPlugins.Monitoring
@@ -512,7 +512,7 @@ jobs:
512512
subject-path: out/SHA512SUMS
513513

514514
- name: Upload SHA512SUMS
515-
uses: actions/upload-artifact@v4.5.0
515+
uses: actions/upload-artifact@v4.6.0
516516
with:
517517
if-no-files-found: error
518518
name: SHA512SUMS
@@ -524,7 +524,7 @@ jobs:
524524
subject-path: out/SHA512SUMS.sign
525525

526526
- name: Upload SHA512SUMS.sign
527-
uses: actions/upload-artifact@v4.5.0
527+
uses: actions/upload-artifact@v4.6.0
528528
with:
529529
if-no-files-found: error
530530
name: SHA512SUMS.sign

0 commit comments

Comments
 (0)