Skip to content

Commit 8da7c61

Browse files
authored
Bump actions/upload-artifact from 5 to 6 (#39)
2 parents 57ea7c1 + c2542dd commit 8da7c61

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
5858
- name: publish artifact
5959
if: ${{ matrix.configuration == 'Release' }}
60-
uses: actions/upload-artifact@v5
60+
uses: actions/upload-artifact@v6
6161
with:
6262
name: 'vbamc_packages_${{ matrix.configuration }}'
6363
path: '${{ github.workspace }}/dist'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
show-summary: true
6060

6161
- name: publish artifact
62-
uses: actions/upload-artifact@v5
62+
uses: actions/upload-artifact@v6
6363
with:
6464
name: vbamc_packages
6565
path: |

0 commit comments

Comments
 (0)