Skip to content

Commit

Permalink
update deprecated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
daimor committed Feb 20, 2023
1 parent 7f3cd80 commit 56cbe06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
timeout_minutes: 20
retry_on: error
command: make ${{ matrix.version }}
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
path: metadata/${{ matrix.version }}/*.csv
name: ${{ matrix.version }}
Expand All @@ -51,13 +51,13 @@ jobs:
with:
path: metadata
- run: make combine
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
path: metadata/*.csv
name: metadata
if-no-files-found: error
retention-days: 1
- uses: actions/setup-java@v1
- uses: actions/setup-java@v3
with:
java-version: '1.8'
- name: build and deploy jar
Expand Down

0 comments on commit 56cbe06

Please sign in to comment.