mirror of
https://github.com/pi-hole/FTL.git
synced 2024-10-26 16:52:18 +02:00
Merge pull request #1635 from pi-hole/dependabot-github_actions-development-v6-actions-upload-artifact-3.1.3
Bump actions/upload-artifact from 3.1.2 to 3.1.3
This commit is contained in:
@@ -130,7 +130,7 @@ jobs:
|
||||
-
|
||||
name: Store binary artifacts for later deployoment
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: actions/upload-artifact@v3.1.2
|
||||
uses: actions/upload-artifact@v3.1.3
|
||||
with:
|
||||
name: tmp-storage
|
||||
path: '${{ matrix.bin_name }}*'
|
||||
@@ -142,7 +142,7 @@ jobs:
|
||||
-
|
||||
name: Upload documentation artifacts for deployoment
|
||||
if: github.event_name != 'pull_request' && matrix.platform == 'linux/amd64'
|
||||
uses: actions/upload-artifact@v3.1.2
|
||||
uses: actions/upload-artifact@v3.1.3
|
||||
with:
|
||||
name: tmp-storage
|
||||
path: 'api-docs.tar.gz'
|
||||
|
||||
Reference in New Issue
Block a user