Skip to content

Commit

Permalink
Bump actions/upload-artifact and actions/download-artifact from 3 to 4 (
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent ed0ab13 commit b9f9b16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
if: ${{ matrix.arch == 'amd64' }}

- name: Upload build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: dbmate-${{ matrix.os }}-${{ matrix.arch }}
path: dist/dbmate-*
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
cache: npm
cache-dependency-path: typescript/package-lock.json

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
path: dist

Expand Down

0 comments on commit b9f9b16

Please sign in to comment.