Skip to content

Commit

Permalink
Merge pull request #341 from shogo82148/bump-upload-artifact-v3
Browse files Browse the repository at this point in the history
bump actions/upload-artifact v3
  • Loading branch information
shogo82148 authored Mar 19, 2022
2 parents 4b636fb + 33cd9ef commit e0ef68c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: archive
run: tar czvf action.tar.gz action
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: action
path: ./action.tar.gz
Expand All @@ -58,7 +58,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: action
- name: extract
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
- run: go version

- uses: actions/checkout@v3
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: action
- name: extract
Expand All @@ -135,7 +135,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: action
- name: extract
Expand Down

0 comments on commit e0ef68c

Please sign in to comment.