Skip to content

Commit

Permalink
Merge pull request #4 from io7m/dependabot/github_actions/actions/upl…
Browse files Browse the repository at this point in the history
…oad-artifact-4

Bump actions/upload-artifact from 2 to 4
  • Loading branch information
io7m committed Apr 21, 2024
2 parents 49ae7fc + 9744b09 commit 7eb68f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.linux.temurin.current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ jobs:
- name: Build
run: ./.github/workflows/run-with-xvfb.sh mvn --errors clean verify site
- name: Upload video
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: test-video
path: test-suite.mkv
- name: Upload test logs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: test-logs
path: ./com.io7m.digal.tests/target/surefire-reports
- name: Upload test images
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: test-images
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main.linux.temurin.lts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ jobs:
- name: Build
run: ./.github/workflows/run-with-xvfb.sh mvn --errors clean verify site
- name: Upload video
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: test-video
path: test-suite.mkv
- name: Upload test logs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: test-logs
path: ./com.io7m.digal.tests/target/surefire-reports
- name: Upload test images
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: test-images
Expand Down

0 comments on commit 7eb68f1

Please sign in to comment.