Skip to content

Commit

Permalink
Downgrade upload and download action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Jul 11, 2024
1 parent 14102cd commit 2c68739
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Upload
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: Event File
path: ${{ github.event_path }}
14 changes: 7 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4

- name: Download Artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
path: artifacts

Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
outputs: type=docker

- name: Download Artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
path: artifacts

Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
dockerfile: ./Dockerfile
annotations: true
- name: Upload SARIF artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: SARIF ${{ matrix.arch }}
path: ${{ steps.scan.outputs.sarif }}
Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:
shell: bash

- name: Download Artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
path: artifacts

Expand Down Expand Up @@ -332,7 +332,7 @@ jobs:
shell: bash

- name: Download Artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
path: artifacts

Expand Down Expand Up @@ -392,7 +392,7 @@ jobs:
shell: bash

- name: Download Artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
path: artifacts

Expand Down Expand Up @@ -457,7 +457,7 @@ jobs:
uses: actions/checkout@v4

- name: Download Artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
path: artifacts

Expand Down

0 comments on commit 2c68739

Please sign in to comment.