mirror of
https://github.com/pi-hole/FTL.git
synced 2024-10-26 16:52:18 +02:00
Merge pull request #1866 from pi-hole/dependabot-github_actions-development-v6-github_action-dependencies-0f5d477bc4
Bump the github_action-dependencies group with 1 update
This commit is contained in:
@@ -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 }}*'
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user