Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and evgeni committed Jan 1, 2024
1 parent 016de32 commit 967b584
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
with:
python-version: '3.9'
- run: make sdist
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: upstream-source
path: dist/
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: upstream-debian-source
path: debian/
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
DEBFULLNAME: GitHub Actions
- run: dpkg-buildpackage -us -uc -S
working-directory: source
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: debian-source
path: ${{ needs.source.outputs.project-name }}_${{ needs.source.outputs.project-version }}*
Expand All @@ -87,7 +87,7 @@ jobs:
working-directory: source
- run: dpkg-buildpackage -us -uc
working-directory: source
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: debian-binary
path: |
Expand Down

0 comments on commit 967b584

Please sign in to comment.