Skip to content

Commit 387047b

Browse files
Bump actions/upload-artifact from 4 to 5 (#26)
1 parent e7e4a20 commit 387047b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
mkdir "artifacts"
3030
docker run --env VERSION="${{ github.ref_name }}" --rm -v"$(pwd)/artifacts:/tmp/artifacts" -i "builder"
3131
- name: Upload .deb packages
32-
uses: actions/upload-artifact@v4
32+
uses: actions/upload-artifact@v5
3333
with:
3434
name: ${{ matrix.build }}_${{ steps.inspections.outputs.arch }}
3535
path: artifacts/

.github/workflows/coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
docker compose run -v "$(pwd)/ext:/ext" --rm shell pskel coverage
3737
- name: Upload coverage to artifact
38-
uses: actions/upload-artifact@v4
38+
uses: actions/upload-artifact@v5
3939
with:
4040
name: coverage-${{ matrix.version }}-${{ matrix.type }}-${{ matrix.distro }}
4141
path: ${{ github.workspace }}/ext/lcov.info

0 commit comments

Comments
 (0)