Skip to content

Commit

Permalink
Revert "Downgrade upload and download action to v3"
Browse files Browse the repository at this point in the history
This reverts commit 2c68739.
  • Loading branch information
EnricoMi committed Jul 11, 2024
1 parent f8e7897 commit c21931f
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@v3
uses: actions/upload-artifact@v4
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@v3
uses: actions/download-artifact@v4
with:
path: artifacts

Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
DOCKER_BUILD_RECORD_UPLOAD: false

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

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

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

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

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

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

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

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

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

Expand Down

0 comments on commit c21931f

Please sign in to comment.