Skip to content

Commit

Permalink
Revert "workflows: bump actions/download-artifact from 3 to 4 (#8285)"
Browse files Browse the repository at this point in the history
This reverts commit 2612a1a.
  • Loading branch information
patrick-stephens authored Dec 18, 2023
1 parent 8850ee1 commit ff45f75
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/call-build-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:

- name: Download all artefacts
continue-on-error: true
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: macos-packages
path: artifacts/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/call-build-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:

- name: Download all artefacts
continue-on-error: true
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: windows-packages
path: artifacts/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cron-unstable-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:

- name: Download all artefacts
continue-on-error: true
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
path: artifacts/

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-perf-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
permissions:
pull-requests: write
steps:
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v3

- name: Upload plots to CML
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Download the schema generated by call-build-images
# We may have no schema so ignore that failure
continue-on-error: true
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: fluent-bit-schema-${{ needs.staging-build-get-meta.outputs.version }}
path: artifacts/
Expand Down

0 comments on commit ff45f75

Please sign in to comment.