Skip to content

Commit 6a895e7

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

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/[email protected].1
81+
- uses: actions/[email protected].2
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/[email protected].1
115+
- uses: actions/[email protected].2
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/[email protected].1
149+
- uses: actions/[email protected].2
150150
with:
151151
name: launcher-${{ matrix.os }}-mostly-static
152152
path: artifacts/

0 commit comments

Comments
 (0)