Skip to content

Commit 54023ef

Browse files
dependabot[bot]ArloL
authored andcommitted
Bump actions/upload-artifact from v1 to v2.2.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from v1 to v2.2.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v1...726a6dc) Signed-off-by: dependabot[bot] <support@github.com>
1 parent b1e5f85 commit 54023ef

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/graalvm.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
"./target/wait-for-ports-macos-${REVISION}"
4141
mkdir target/artifacts
4242
cp target/wait-for-ports-* target/artifacts
43-
- uses: actions/upload-artifact@v1
43+
- uses: actions/upload-artifact@v2.2.1
4444
with:
4545
name: wait-for-ports-${{ github.job }}-${{ github.sha }}
4646
path: target/artifacts
@@ -78,7 +78,7 @@ jobs:
7878
"./target/wait-for-ports-linux-${REVISION}"
7979
mkdir target/artifacts
8080
cp target/wait-for-ports-* target/artifacts
81-
- uses: actions/upload-artifact@v1
81+
- uses: actions/upload-artifact@v2.2.1
8282
with:
8383
name: wait-for-ports-${{ github.job }}-${{ github.sha }}
8484
path: target/artifacts
@@ -113,7 +113,7 @@ jobs:
113113
.\target\wait-for-ports-windows-%REVISION%.exe
114114
mkdir target\artifacts
115115
copy target\wait-for-ports-* target\artifacts
116-
- uses: actions/upload-artifact@v1
116+
- uses: actions/upload-artifact@v2.2.1
117117
with:
118118
name: wait-for-ports-${{ github.job }}-${{ github.sha }}
119119
path: target/artifacts

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
"./target/wait-for-ports-macos-${REVISION}"
5454
mkdir target/artifacts
5555
cp target/wait-for-ports-* target/artifacts
56-
- uses: actions/upload-artifact@v1
56+
- uses: actions/upload-artifact@v2.2.1
5757
with:
5858
name: wait-for-ports-${{ github.job }}-${{ needs.version.outputs.new_version }}
5959
path: target/artifacts
@@ -92,7 +92,7 @@ jobs:
9292
"./target/wait-for-ports-linux-${REVISION}"
9393
mkdir target/artifacts
9494
cp target/wait-for-ports-* target/artifacts
95-
- uses: actions/upload-artifact@v1
95+
- uses: actions/upload-artifact@v2.2.1
9696
with:
9797
name: wait-for-ports-${{ github.job }}-${{ needs.version.outputs.new_version }}
9898
path: target/artifacts
@@ -128,7 +128,7 @@ jobs:
128128
.\target\wait-for-ports-windows-%REVISION%.exe
129129
mkdir target\artifacts
130130
copy target\wait-for-ports-* target\artifacts
131-
- uses: actions/upload-artifact@v1
131+
- uses: actions/upload-artifact@v2.2.1
132132
with:
133133
name: wait-for-ports-${{ github.job }}-${{ needs.version.outputs.new_version }}
134134
path: target/artifacts

0 commit comments

Comments
 (0)