Merge pull request #8065 from dokku/dependabot/github_actions/actions/upload-artifact-5

chore(deps): bump actions/upload-artifact from 4 to 5
This commit is contained in:
Jose Diaz-Gonzalez
2025-10-27 14:26:40 -04:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@@ -75,7 +75,7 @@ jobs:
echo "matrix=$json" >> $GITHUB_OUTPUT
- name: upload packages
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: build
path: build
@@ -143,7 +143,7 @@ jobs:
SYNC_GITHUB_PASSWORD: ${{ secrets.SYNC_GITHUB_PASSWORD }}
SYNC_GITHUB_USERNAME: ${{ secrets.SYNC_GITHUB_USERNAME }}
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v5
with:
name: test-results-${{ matrix.index }}
path: test-results
@@ -214,7 +214,7 @@ jobs:
2) sudo -E make -e deploy-test-multi ;;
3) sudo -E make -e deploy-test-go-fail-predeploy deploy-test-go-fail-postdeploy ;;
esac
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v5
with:
name: coverage.${{ matrix.index }}
path: test-results/coverage

View File

@@ -73,7 +73,7 @@ jobs:
run: echo "version=$(cat build/next-version)" >> $GITHUB_OUTPUT
- name: upload packages
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: build
path: build
@@ -109,7 +109,7 @@ jobs:
PKR_VAR_dokku_version="${VERSION:1}" make image/build/digitalocean
- name: upload packages
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: digitalocean-manifest.json
path: digitalocean-manifest.json