Skip to content

Commit

Permalink
chore(deps): bump actions/upload-artifact from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v2...v3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 19, 2022
1 parent 83e5404 commit cdc6d04
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/branch-test-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_URL: ${{ secrets.SENTRY_URL }}
- name: Archive dist
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: compile-dist
path: dist/
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Build bin
run: yarn electron-builder --x64 --${{ matrix.target}} ${{ matrix.bin-output }}
- name: Archive bin
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: bin
path: electron/dist/*/archifiltre-*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
SENTRY_URL: ${{ secrets.SENTRY_URL }}

- name: Archive dist
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: compile-dist
path: dist/
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
echo "$CSC_LINK_RAW" > certmac.txt
base64 --decode certmac.txt > $CSC_LINK
- name: Archive certificates
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
if-no-files-found: error
name: certificates
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_URL: ${{ secrets.SENTRY_URL }}
- name: Archive dist
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: compile-dist
path: dist/
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
- name: Build bin
run: yarn dist:${{ matrix.target }}
- name: Archive bin
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.target }}-bin
path: |
Expand Down

0 comments on commit cdc6d04

Please sign in to comment.