Update CI actions/upload-artifact to v4
This commit is contained in:
parent
037a804725
commit
c8c4e0f0c5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/builds.yaml
vendored
2
.github/workflows/builds.yaml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
./bin/build-addon.sh nightly.xpi
|
||||
|
||||
- name: Uploading
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{matrix.config.name}} Build
|
||||
path: src/web-ext-artifacts
|
||||
|
|
Loading…
Add table
Reference in a new issue