Skip to content

Commit

Permalink
CI: upload-artifact v3->v4 - since v3 has expired
Browse files Browse the repository at this point in the history
  • Loading branch information
rnorris committed Feb 4, 2025
1 parent 5da8eb7 commit 1889b4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-variants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Build Options
run: ./autogen.sh --disable-${{ matrix.no-variants }} && make

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: failure()
with:
name: test-suite-disabled-${{ matrix.no-variants }}.log
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Run check
run: xvfb-run make check

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: failure()
with:
name: test-suite-log-${{ matrix.os }}-${{ matrix.libgtk }}
Expand All @@ -51,7 +51,7 @@ jobs:
- name: Run distcheck
run: make distcheck DISTCHECK_CONFIGURE_FLAGS=${{ matrix.libgtk == 'libgtk2.0-dev' && '--enable-gtk2' || '' }}

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: failure()
with:
name: test-suite-log-${{ matrix.os }}-${{ matrix.libgtk }}
Expand Down

0 comments on commit 1889b4f

Please sign in to comment.