Skip to content

Commit

Permalink
Merge pull request #1505 from pi-hole/dependabot/github_actions/devel…
Browse files Browse the repository at this point in the history
…opment-v6/actions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
PromoFaux committed Dec 23, 2023
2 parents 1c9d906 + 85995a4 commit e40ebed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Expand Up @@ -77,7 +77,7 @@ jobs:
touch "/tmp/digests/${{ matrix.registry }}/${digest_docker#sha256:}"
- name: Upload digest
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: digests
path: /tmp/digests/*
Expand Down

0 comments on commit e40ebed

Please sign in to comment.