Skip to content

Commit

Permalink
Ramp-up *-artifact actions to @3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
eustas committed Nov 26, 2024
1 parent 3e2d0f3 commit c7e111a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
cp build/libjxl_threads.so.${{ env.LIBJXL_VERSION }} build/tools/conformance
env:
SKIP_TEST: 1
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: conformance_binary-${{ matrix.name }}
path: |
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
- name: Download and link conformance files
run: |
${{ github.workspace }}/conformance/scripts/download_and_symlink.sh
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: conformance_binary-${{ matrix.target }}
- name: Run conformance tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
language: c++
fuzz-seconds: 600
- name: Upload Crash
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
if: failure() && steps.build.outcome == 'success'
with:
name: artifacts
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
${{ runner.workspace }}/jxl-linux-x86_64-static-${{ github.event.release.tag_name }}.tar.gz
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: jxl-linux-x86_64-static
path: ${{ runner.workspace }}/release_file.tar.gz
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
./ci.sh debian_stats
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ steps.env.outputs.artifact_name }}
path: |
Expand Down Expand Up @@ -363,7 +363,7 @@ jobs:
cp third_party/brotli/LICENSE prefix/bin/LICENSE.brotli
cp LICENSE prefix/bin/LICENSE.libjxl
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: jxl-${{matrix.triplet}}
path: |
Expand Down

0 comments on commit c7e111a

Please sign in to comment.