Skip to content

Commit

Permalink
Merge pull request #1275 from Ralim/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/upload-artifact-3

chore(deps): bump actions/upload-artifact from 2 to 3
  • Loading branch information
Ralim authored Apr 11, 2022
2 parents d1d4033 + 5590302 commit 1fcee45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cp LICENSE_RELEASE.md source/Hexfile/LICENSE_RELEASE.md
- name: Archive ${{ matrix.model }} artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.model }}
path: |
Expand All @@ -46,7 +46,7 @@ jobs:
run: cd source && python3 metadata.py ${{ matrix.model }}.json

- name: Archive ${{ matrix.model }} index file
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: metadata
path: source/Hexfile/${{ matrix.model }}.json
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
cp LICENSE_RELEASE.md source/Hexfile/LICENSE_RELEASE.md
- name: Archive ${{ matrix.model }} artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.model }}_multi-lang
path: |
Expand All @@ -93,7 +93,7 @@ jobs:
run: cd source && python3 metadata.py Pinecil_multi-lang.json

- name: Archive ${{ matrix.model }} index file
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: metadata
path: source/Hexfile/Pinecil_multi-lang.json
Expand Down

0 comments on commit 1fcee45

Please sign in to comment.