Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
working-directory: app
run: xvfb-run --auto-servernum --server-args="-screen 0 1920x1080x24" pnpm translator-screenshots
- name: Save screenshots as an artifact
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: translator-screenshots
path: app/screenshots/
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
SERVER_PATH: ${{ github.workspace }}/securedrop-server
- name: Upload test video
if: always()
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: server-test-recording
path: server-test-recording.mp4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Build packages
run: |
DEBIAN_VERSION=${{ matrix.debian_version }} WHAT=${{ matrix.what }} BUILDER=securedrop-builder ./scripts/build-debs.sh
- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
id: upload
with:
name: build-${{ matrix.what }}-${{ matrix.debian_version }}
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Build packages
run: |
DEBIAN_VERSION=${{ matrix.debian_version }} WHAT=${{ matrix.what }} BUILDER=securedrop-builder ./scripts/build-debs.sh
- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
id: upload
with:
name: build2-${{ matrix.what }}-${{ matrix.debian_version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightlies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
git config --global --add safe.directory '*'
NIGHTLY=1 DEBIAN_VERSION=${{ matrix.debian_version }} BUILDER=securedrop-builder \
./scripts/build-debs.sh
- uses: actions/upload-artifact@v6
- uses: actions/upload-artifact@v7
id: upload
with:
name: build-${{ matrix.debian_version }}
Expand Down