We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 324b528 + 4c79069 commit 8eaa9b9Copy full SHA for 8eaa9b9
.github/workflows/build.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Build OSSEC packages
41
run: |
42
UBUNTU_VERSION=${{ matrix.versions.ubuntu }} WHAT=ossec ./builder/build-debs.sh
43
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
44
id: upload
45
with:
46
name: ${{ matrix.versions.ubuntu }}-${{ matrix.build }}
.github/workflows/translation.yml
@@ -65,7 +65,7 @@ jobs:
65
66
make translation-test
67
- name: Save screenshots
68
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
69
70
name: screenshots-${{ matrix.locale }}
71
path: securedrop/tests/functional/pageslayout/screenshots/
0 commit comments