Skip to content

Commit

Permalink
bump actions/upload-artifact v3
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Mar 19, 2022
1 parent 4b636fb commit 33cd9ef
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 33cd9ef

Please sign in to comment.