Skip to content

Commit e076c01

Browse files
Bump actions/upload-artifact from 2.2.4 to 3.1.1 (#24)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.2.4 to 3.1.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2.2.4...v3.1.1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1978104 commit e076c01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
if: runner.os == 'Windows'
7979
env:
8080
scalaJsVersion: ${{ matrix.scalaJsVersion }}
81-
- uses: actions/upload-artifact@v2.2.4
81+
- uses: actions/upload-artifact@v3.1.1
8282
with:
8383
name: launcher-${{ matrix.os }}
8484
path: artifacts/
@@ -112,7 +112,7 @@ jobs:
112112
./mill -i "native-static[$scalaJsVersion].copyToArtifacts" artifacts/
113113
env:
114114
scalaJsVersion: ${{ matrix.scalaJsVersion }}
115-
- uses: actions/upload-artifact@v2.2.4
115+
- uses: actions/upload-artifact@v3.1.1
116116
with:
117117
name: launcher-${{ matrix.os }}-static
118118
path: artifacts/
@@ -146,7 +146,7 @@ jobs:
146146
./mill -i "native-mostly-static[$scalaJsVersion].copyToArtifacts" artifacts/
147147
env:
148148
scalaJsVersion: ${{ matrix.scalaJsVersion }}
149-
- uses: actions/upload-artifact@v2.2.4
149+
- uses: actions/upload-artifact@v3.1.1
150150
with:
151151
name: launcher-${{ matrix.os }}-mostly-static
152152
path: artifacts/

0 commit comments

Comments
 (0)