Skip to content

Commit 9c2f86f

Browse files
Update GitHub Artifact Actions
1 parent 999f72c commit 9c2f86f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-libwebp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
fi
130130
131131
- name: Upload artifact
132-
uses: actions/upload-artifact@v4
132+
uses: actions/upload-artifact@v7
133133
with:
134134
name: libwebp-${{ matrix.target }}
135135
path: output/${{ matrix.artifact }}
@@ -144,7 +144,7 @@ jobs:
144144
- uses: actions/checkout@v6
145145

146146
- name: Download all artifacts
147-
uses: actions/download-artifact@v4
147+
uses: actions/download-artifact@v8
148148
with:
149149
path: artifacts
150150

0 commit comments

Comments
 (0)