Skip to content

Commit 1aa3ad1

Browse files
dependabot[bot]codingjoe
authored andcommitted
Bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5ef7972 commit 1aa3ad1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Check builds
3737
run: ls ./output
3838
- name: Upload Linux Build
39-
uses: actions/upload-artifact@v2
39+
uses: actions/upload-artifact@v3
4040
with:
4141
name: Linux Build
4242
path: output
@@ -69,7 +69,7 @@ jobs:
6969
- name: Check builds
7070
run: ls ./output
7171
- name: Upload Windows Build
72-
uses: actions/upload-artifact@v2
72+
uses: actions/upload-artifact@v3
7373
with:
7474
name: Windows Build
7575
path: output

0 commit comments

Comments
 (0)