Skip to content

Commit

Permalink
Merge pull request #25 from bellingcat/migrate-gh-artifacts-to-v4
Browse files Browse the repository at this point in the history
migrate gh artifact actions to v4
  • Loading branch information
msramalho authored Jan 9, 2025
2 parents afd0337 + bf1e70e commit 394c745
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: npx dot-json@1 "$DIRECTORY/manifest.json" version "$DAILY_VERSION"
- name: Ready for "submit" jobs
if: env.DAILY_VERSION_CREATED
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
path: ${{ env.DIRECTORY }}
- name: Create release
Expand All @@ -53,7 +53,7 @@ jobs:
environment: ${{ matrix.command }}
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
- name: Submit to Mozilla
if: matrix.command == 'Firefox'
working-directory: artifact
Expand Down

0 comments on commit 394c745

Please sign in to comment.