Skip to content

Commit b93f12f

Browse files
authored
update upload-artifact to v4 (IvorySQL#689)
1 parent b329d7c commit b93f12f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
"
9393
- name: upload regression files
9494
if: failure()
95-
uses: actions/upload-artifact@v3
95+
uses: actions/upload-artifact@v4
9696
with:
9797
name: results
9898
path: ${{ github.workspace }}/regression.tar.gz

.github/workflows/contrib_regression.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
xargs -0 tar -czf pg_regression.tar.gz
4848
- name: upload pg_regression files
4949
if: failure()
50-
uses: actions/upload-artifact@v2
50+
uses: actions/upload-artifact@v4
5151
with:
5252
name: results
5353
path: ${{ github.workspace }}/pg_regression.tar.gz

.github/workflows/oracle_pg_regression.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
xargs -0 tar -czf oracle_pg_regression.tar.gz
6767
- name: upload oracle_pg_regression files
6868
if: failure()
69-
uses: actions/upload-artifact@v2
69+
uses: actions/upload-artifact@v4
7070
with:
7171
name: results
7272
path: ${{ github.workspace }}/oracle_pg_regression.tar.gz

.github/workflows/oracle_regression.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
xargs -0 tar -czf oracle_regression.tar.gz
6464
- name: upload oracle_regression files
6565
if: failure()
66-
uses: actions/upload-artifact@v2
66+
uses: actions/upload-artifact@v4
6767
with:
6868
name: results
6969
path: ${{ github.workspace }}/oracle_regression.tar.gz

.github/workflows/pg_regression.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
xargs -0 tar -czf pg_regression.tar.gz
6464
- name: upload pg_regression files
6565
if: failure()
66-
uses: actions/upload-artifact@v2
66+
uses: actions/upload-artifact@v4
6767
with:
6868
name: results
6969
path: ${{ github.workspace }}/pg_regression.tar.gz

0 commit comments

Comments
 (0)