Skip to content

Commit defe35e

Browse files
committed
GitHub actions fail for pull requests #397
1 parent 3ef7a8c commit defe35e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pull_requests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: docker save libki-server > ${{ github.sha }}.debian.tar
2121

2222
- name: Upload image artifact
23-
uses: actions/upload-artifact@v1
23+
uses: actions/upload-artifact@v4
2424
with:
2525
name: ${{ github.sha }}.debian.tar
2626
path: ${{ github.sha }}.debian.tar
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333

3434
- name: Download image artifact
35-
uses: actions/download-artifact@v4.1.7
35+
uses: actions/download-artifact@v4
3636
with:
3737
name: ${{ github.sha }}.debian.tar
3838
path: /tmp
@@ -84,7 +84,7 @@ jobs:
8484
run: docker save libki-server > ${{ github.sha }}.alpine.tar
8585

8686
- name: Upload image artifact
87-
uses: actions/upload-artifact@v1
87+
uses: actions/upload-artifact@v4
8888
with:
8989
name: ${{ github.sha }}.alpine.tar
9090
path: ${{ github.sha }}.alpine.tar
@@ -100,7 +100,7 @@ jobs:
100100
fetch-depth: 1
101101

102102
- name: Download image artifact
103-
uses: actions/download-artifact@v4.1.7
103+
uses: actions/download-artifact@v4
104104
with:
105105
name: ${{ github.sha }}.alpine.tar
106106
path: /tmp

0 commit comments

Comments
 (0)