Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and liias committed Dec 14, 2023
1 parent fac9221 commit e0692c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
./build-linux.sh
shell: bash
- name: Upload release artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: browsers-linux-artifacts
path: |
Expand Down Expand Up @@ -172,7 +172,7 @@ jobs:
./build-mac.sh
shell: bash
- name: Upload mac artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: browsers-mac-artifacts
path: |
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
./build-windows.sh
shell: bash
- name: Upload release artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: browsers-windows-artifacts
path: |
Expand Down

0 comments on commit e0692c9

Please sign in to comment.