Skip to content

Commit 2af2b76

Browse files
dependabot[bot]alexrp
authored andcommitted
Bump actions/upload-artifact from 3.1.3 to 4.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.3 to 4.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3.1.3...v4.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dc80d74 commit 2af2b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
./cake -c ${{ matrix.cfg }} --partial true
3939
- name: Upload artifacts
4040
if: always()
41-
uses: actions/upload-artifact@v3.1.3
41+
uses: actions/upload-artifact@v4.0.0
4242
with:
4343
name: ${{ github.workflow }}-${{ github.run_number }}-${{ github.run_attempt }}-${{ matrix.os }}-${{ matrix.cfg }}
4444
path: |

0 commit comments

Comments
 (0)