Skip to content

Commit

Permalink
Merge pull request #5 from hankhjliao/dependabot/github_actions/dot-g…
Browse files Browse the repository at this point in the history
…ithub/workflows/dawidd6/action-download-artifact-6

Bump dawidd6/action-download-artifact from 2 to 6 in /.github/workflows
  • Loading branch information
hankhjliao authored Nov 26, 2024
2 parents a2ebb0b + 18416d0 commit 24ded98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Get previous rss_database.csv
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v6
with:
skip_unpack: true
if_no_artifact_found: ignore
Expand Down

0 comments on commit 24ded98

Please sign in to comment.