Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.

Commit 573976a

Browse files
Bump actions/upload-artifact from v2.2.2 to v2.2.3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from v2.2.2 to v2.2.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2.2.2...ee69f02) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2f8e3a3 commit 573976a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/flex-spring-proxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
echo "VERSION=$VERSION" >> $GITHUB_ENV
2727
- run: echo $VERSION > VERSION.txt
2828
- name: Last opp VERSION til neste job
29-
uses: actions/[email protected].2
29+
uses: actions/[email protected].3
3030
with:
3131
name: VERSION.txt
3232
path: VERSION.txt

.github/workflows/spinnsyn-backend-mock-proxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
echo "VERSION=$VERSION" >> $GITHUB_ENV
2424
- run: echo $VERSION > VERSION.txt
2525
- name: Last opp VERSION til neste job
26-
uses: actions/[email protected].2
26+
uses: actions/[email protected].3
2727
with:
2828
name: VERSION.txt
2929
path: VERSION.txt

.github/workflows/spinnsyn-backend-veileder-proxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
echo "VERSION=$VERSION" >> $GITHUB_ENV
2424
- run: echo $VERSION > VERSION.txt
2525
- name: Last opp VERSION til neste job
26-
uses: actions/[email protected].2
26+
uses: actions/[email protected].3
2727
with:
2828
name: VERSION.txt
2929
path: VERSION.txt

0 commit comments

Comments
 (0)