Skip to content

Commit

Permalink
Revert upgrading upload and download artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Dec 22, 2023
1 parent 53daee1 commit bd096ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,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 }}
8 changes: 4 additions & 4 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 @@ -204,7 +204,7 @@ jobs:
dockerfile: ./Dockerfile
annotations: true
- name: Upload SARIF artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: SARIF
path: ${{ steps.scan.outputs.sarif }}
Expand Down Expand Up @@ -266,7 +266,7 @@ jobs:
python-version: ${{ matrix.python }}

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

Expand Down

0 comments on commit bd096ff

Please sign in to comment.