Browse Source

Bump actions/upload-artifact from 2.2.4 to 3.1.0 (#45)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mimartin12 <77340197+mimartin12@users.noreply.github.com>
pull/87/head
dependabot[bot] 3 years ago committed by GitHub
parent
commit
fc3dbc540a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      .github/workflows/upload-test-artifacts.yml

10
.github/workflows/upload-test-artifacts.yml

@ -19,7 +19,7 @@ jobs:
echo $GITHUB_SHA > artifact/sha echo $GITHUB_SHA > artifact/sha
- name: Upload - name: Upload
uses: actions/upload-artifact@27121b0bdffd731efa15d66772be8dc71245d074 # v2.2.4 uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8
with: with:
name: artifact name: artifact
path: artifact path: artifact
@ -36,13 +36,13 @@ jobs:
echo $GITHUB_SHA > artifact2/sha2 echo $GITHUB_SHA > artifact2/sha2
- name: Upload first - name: Upload first
uses: actions/upload-artifact@27121b0bdffd731efa15d66772be8dc71245d074 # v2.2.4 uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8
with: with:
name: artifact1 name: artifact1
path: artifact1 path: artifact1
- name: Upload second - name: Upload second
uses: actions/upload-artifact@27121b0bdffd731efa15d66772be8dc71245d074 # v2.2.4 uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8
with: with:
name: artifact2 name: artifact2
path: artifact2 path: artifact2
@ -59,13 +59,13 @@ jobs:
echo $GITHUB_SHA > artifact2/sha2 echo $GITHUB_SHA > artifact2/sha2
- name: Upload first - name: Upload first
uses: actions/upload-artifact@27121b0bdffd731efa15d66772be8dc71245d074 # v2.2.4 uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8
with: with:
name: artifact1.txt name: artifact1.txt
path: artifact1 path: artifact1
- name: Upload second - name: Upload second
uses: actions/upload-artifact@27121b0bdffd731efa15d66772be8dc71245d074 # v2.2.4 uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8
with: with:
name: artifact2.txt name: artifact2.txt
path: artifact2 path: artifact2

Loading…
Cancel
Save