Skip to content

Commit

Permalink
Upgrade to v4 of upload-artifact and download-artifact
Browse files Browse the repository at this point in the history
Dependabot PR's fail because they need to be matched versions
  • Loading branch information
gamingrobot committed Jan 26, 2024
1 parent 3e7403b commit fc5d5b5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
cp manifests/install/prod-quay/install-prod-quay.yaml ./install-prod-quay.yaml
shell: bash
- name: Publish (Artifacts)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: manifests
path: |
Expand Down Expand Up @@ -151,14 +151,14 @@ jobs:
| tee ./manifests/helm/dist/output.yaml
shell: bash
- name: Publish (Chart)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: helm-chart
path: |
manifests/helm/dist/*.tgz
retention-days: 7
- name: Publish (Manifests)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: helm-manifests
path: |
Expand Down Expand Up @@ -270,7 +270,7 @@ jobs:
tar xf kubeconform-linux-amd64.tar.gz
sudo install kubeconform /usr/local/bin/kubeconform
- name: Download Manifests
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
id: download-artifacts
with:
name: ${{ matrix.artifact }}
Expand Down Expand Up @@ -408,7 +408,7 @@ jobs:
dst: |
${{ steps.dockerhub-meta.outputs.tags }}
${{ steps.quay-meta.outputs.tags }}
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
id: download-artifacts
with:
name: manifests
Expand Down

0 comments on commit fc5d5b5

Please sign in to comment.