mirror of
https://github.com/flatpak/flatpak.git
synced 2026-04-03 14:56:47 -04:00
check.yml: bump actions/upload-artifacts to v3
(cherry picked from commit a98854b1a0)
This commit is contained in:
committed by
Simon McVittie
parent
9c1938f68f
commit
ebd15e962e
6
.github/workflows/check.yml
vendored
6
.github/workflows/check.yml
vendored
@@ -91,7 +91,7 @@ jobs:
|
||||
if: failure() || cancelled()
|
||||
run: mv _build/tests/*.log test-logs/ || true
|
||||
- name: Upload test logs
|
||||
uses: actions/upload-artifact@v1
|
||||
uses: actions/upload-artifact@v3
|
||||
if: failure() || cancelled()
|
||||
with:
|
||||
name: test logs
|
||||
@@ -157,7 +157,7 @@ jobs:
|
||||
if: failure() || cancelled()
|
||||
run: mv _build/tests/*.log test-logs/ || true
|
||||
- name: Upload test logs
|
||||
uses: actions/upload-artifact@v1
|
||||
uses: actions/upload-artifact@v3
|
||||
if: failure() || cancelled()
|
||||
with:
|
||||
name: test logs
|
||||
@@ -257,7 +257,7 @@ jobs:
|
||||
if: failure() || cancelled()
|
||||
run: mv _build/tests/*.log test-logs/ || true
|
||||
- name: Upload test logs
|
||||
uses: actions/upload-artifact@v1
|
||||
uses: actions/upload-artifact@v3
|
||||
if: failure() || cancelled()
|
||||
with:
|
||||
name: test logs
|
||||
|
||||
Reference in New Issue
Block a user