Skip to content

Commit

Permalink
Fix download artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Dec 15, 2023
1 parent cda88d9 commit 39c0b59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_derivative_change_warning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4

- name: Download artifact
uses: dawidd6/action-download-artifact@v3
uses: dawidd6/action-download-artifact@4.0.0
with:
name: check_derivatives_change
workflow: check_derivatives_change.yml
Expand All @@ -37,7 +37,7 @@ jobs:
- if: steps.changed.outputs.derivative_files_changed == 'true'
run: |
echo "WARNING_MSG<<EOF" >> $GITHUB_ENV
echo "$(cat READ_BEFORE_MAKING_CHANGES.md | tail -n +3)" >> $GITHUB_ENV
echo "$(cat READ_BEFORE_MAKING_CHANGES.md | tail -n +3)" >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
- name: Post derivative databases change warning
if: steps.changed.outputs.derivative_files_changed == 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label_invalid_prs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4

- name: Download artifact
uses: dawidd6/action-download-artifact@v3
uses: dawidd6/action-download-artifact@4.0.0
with:
name: check_derivatives_change
workflow: check_derivatives_change.yml
Expand Down

0 comments on commit 39c0b59

Please sign in to comment.