Merge pull request #1863 from pi-hole/dependabot-github_actions-development-v6-github_action-dependencies-4550b9f164

Bump the github_action-dependencies group with 1 update
This commit is contained in:
Dominik 2024-01-20 13:51:12 +01:00 committed by GitHub
commit 3341f0e497
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@ jobs:
-
name: Store binary artifacts for later deployoment
if: github.event_name != 'pull_request'
uses: actions/upload-artifact@v4.1.0
uses: actions/upload-artifact@v4.2.0
with:
name: ${{ matrix.bin_name }}-binary
path: '${{ matrix.bin_name }}*'
@ -131,7 +131,7 @@ jobs:
-
name: Upload documentation artifacts for deployoment
if: github.event_name != 'pull_request' && matrix.platform == 'linux/amd64'
uses: actions/upload-artifact@v4.1.0
uses: actions/upload-artifact@v4.2.0
with:
name: pihole-api-docs
path: 'api-docs.tar.gz'