Skip to content

Commit e1b174d

Browse files
committed
ci: update actions/upload download artifact
1 parent 94913b0 commit e1b174d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
shell: bash
5757

5858
- name: Upload Windows release artefact
59-
uses: actions/upload-artifact@v3
59+
uses: actions/upload-artifact@v4
6060
with:
6161
name: checksec.exe
6262
path: dist/checksec.exe
@@ -125,7 +125,7 @@ jobs:
125125
- uses: actions/checkout@v3
126126

127127
# download artifacts
128-
- uses: actions/download-artifact@v3
128+
- uses: actions/download-artifact@v4
129129
with:
130130
name: checksec.exe
131131

0 commit comments

Comments
 (0)