Skip to content

Commit

Permalink
Merge pull request #1863 from pi-hole/dependabot-github_actions-devel…
Browse files Browse the repository at this point in the history
…opment-v6-github_action-dependencies-4550b9f164

Bump the github_action-dependencies group with 1 update
  • Loading branch information
DL6ER authored Jan 20, 2024
2 parents c392611 + d30901b commit 3341f0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}*'
Expand All @@ -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'
Expand Down

0 comments on commit 3341f0e

Please sign in to comment.