We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65c6691 + b247d8d commit 6e2c1a7Copy full SHA for 6e2c1a7
.github/workflows/build.yaml
@@ -48,7 +48,7 @@ jobs:
48
make -f deployments/systemd/packages/Makefile ${{ matrix.package }}-${{ matrix.arch }}
49
- name: 'Upload Artifacts'
50
if: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release-') }}
51
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
52
with:
53
compression-level: 0
54
name: mig-parted-${{ matrix.package }}-${{ matrix.arch }}-${{ github.run_id }}
0 commit comments