Skip to content

Commit

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

Bump the github_action-dependencies group with 1 update
  • Loading branch information
yubiuser authored Jan 27, 2024
2 parents 32d5af1 + 562fcf6 commit ce4407b
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.2.0
uses: actions/upload-artifact@v4.3.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.2.0
uses: actions/upload-artifact@v4.3.0
with:
name: pihole-api-docs
path: 'api-docs.tar.gz'
Expand Down

0 comments on commit ce4407b

Please sign in to comment.