Skip to content

Commit a17b898

Browse files
committed
update upload-artifact and download-artifact actions
1 parent 67cbe39 commit a17b898

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Cross build
4242
run: make cross
4343
- name: Upload artifact
44-
uses: actions/upload-artifact@v4
44+
uses: actions/upload-artifact@v5
4545
with:
4646
name: goxz
4747
path: goxz
@@ -134,7 +134,7 @@ jobs:
134134
- name: Checkout code
135135
uses: actions/checkout@v5
136136
- name: Download artifacts
137-
uses: actions/download-artifact@v5
137+
uses: actions/download-artifact@v6
138138
with:
139139
name: goxz
140140
path: goxz

0 commit comments

Comments
 (0)