Skip to content

Commit

Permalink
Merge pull request #1 from meiniKi/dependabot/github_actions/dot-gith…
Browse files Browse the repository at this point in the history
…ub/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 3 to 4.1.7
  • Loading branch information
meiniKi authored Sep 4, 2024
2 parents aac479a + 5dae01d commit f287cf5
Show file tree
Hide file tree
Showing 3 changed files with 218 additions and 254 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/track_area.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: make track.sizes.synth COMMIT=$(git rev-parse --short "$GITHUB_SHA")

- name: Plot artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: area_plot
path: './doc/area*'
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7

- name: Copy to docs
run: |
Expand Down
Loading

0 comments on commit f287cf5

Please sign in to comment.