Skip to content

Commit f5fed3b

Browse files
dependabot[bot]TheOneRing
authored andcommitted
Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 39e7a35 commit f5fed3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,14 +204,14 @@ jobs:
204204
}
205205
206206
- name: Upload artifacts
207-
uses: actions/upload-artifact@v4
207+
uses: actions/upload-artifact@v5
208208
with:
209209
name: ${{ matrix.target }}-${{ github.run_number }}
210210
path: ${{ github.workspace }}/binaries/*
211211

212212
- name: Upload appx
213213
if: ${{ matrix.os == 'windows-latest' && github.event_name != 'pull_request' }}
214-
uses: actions/upload-artifact@v4
214+
uses: actions/upload-artifact@v5
215215
with:
216216
name: ${{ matrix.target }}-appx-${{ github.run_number }}
217217
path: ${{ github.workspace }}/appx/*

0 commit comments

Comments
 (0)