Skip to content

Commit 8eaa9b9

Browse files
Merge pull request #7694 from freedomofpress/dependabot/github_actions/actions/upload-artifact-5
chore(deps): bump actions/upload-artifact from 4 to 5
2 parents 324b528 + 4c79069 commit 8eaa9b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Build OSSEC packages
4141
run: |
4242
UBUNTU_VERSION=${{ matrix.versions.ubuntu }} WHAT=ossec ./builder/build-debs.sh
43-
- uses: actions/upload-artifact@v4
43+
- uses: actions/upload-artifact@v5
4444
id: upload
4545
with:
4646
name: ${{ matrix.versions.ubuntu }}-${{ matrix.build }}

.github/workflows/translation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: |
6666
make translation-test
6767
- name: Save screenshots
68-
uses: actions/upload-artifact@v4
68+
uses: actions/upload-artifact@v5
6969
with:
7070
name: screenshots-${{ matrix.locale }}
7171
path: securedrop/tests/functional/pageslayout/screenshots/

0 commit comments

Comments
 (0)