Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

build(deps): update dawidd6/action-download-artifact action to v2.28.0 #374

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

# Download artifacts from last CI run
- name: Download artifacts
uses: dawidd6/action-download-artifact@v2.23.0
uses: dawidd6/action-download-artifact@v2.28.0
id: download_artifacts_push
with:
# Download last successful artifact from a CI build
Expand Down
Loading