Skip to content

Commit

Permalink
Bump download and upload actions (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacbrodsky committed Sep 8, 2024
1 parent d31c16d commit 4e2f6b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Format check for C
run: git diff --exit-code

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
name: Upload artifacts
if: ${{ matrix.java-version == 8 }}
with:
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Tests
run: mvn -B -V clean test site

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
name: Upload Mac OS Artifacts
if: ${{ matrix.os == 'macos-latest' && matrix.java-version == 8 }}
with:
Expand Down Expand Up @@ -199,13 +199,13 @@ jobs:
${{ runner.os }}-maven-
- name: Download Docker binaries
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: docker-built-shared-objects
path: src/main/resources/

- name: Download Mac binaries
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: macos-built-shared-objects
path: src/main/resources/
Expand Down

0 comments on commit 4e2f6b0

Please sign in to comment.