Skip to content

Commit a60f5bb

Browse files
authored
Merge pull request #2723 from mozilla/basti/update_ci
Update CI actions/upload-artifact to v4
2 parents 037a804 + c8c4e0f commit a60f5bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/builds.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
./bin/build-addon.sh nightly.xpi
2727
2828
- name: Uploading
29-
uses: actions/upload-artifact@v3
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: ${{matrix.config.name}} Build
3232
path: src/web-ext-artifacts

0 commit comments

Comments
 (0)