Skip to content

Commit

Permalink
CI/CD: Bump upload/download artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
daijro committed Sep 11, 2024
1 parent 4df16b4 commit 9bb17f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
run: python3 ./multibuild.py --target ${{ matrix.target }} --arch ${{ matrix.arch }}

- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: CamoufoxBuilds-${{ matrix.target }}-${{ matrix.arch }}
path: dist/*
Expand All @@ -120,7 +120,7 @@ jobs:

steps:
- name: Download all artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
path: artifacts

Expand Down

0 comments on commit 9bb17f5

Please sign in to comment.