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:
yubiuser
2023-09-09 19:57:52 +02:00
committed by GitHub
+2 -2
View File
@@ -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'