Skip to content

Commit

Permalink
Merge pull request #196 from MikroElektronika/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/download-artifact-4

github-actions: bump actions/download-artifact from 3 to 4
  • Loading branch information
IvanRuzavin authored Jan 8, 2025
2 parents 54e8a17 + 2bfefca commit ecc0015
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/createWebNews.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download News File
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: news-file

Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download News File
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: news-file

Expand Down

0 comments on commit ecc0015

Please sign in to comment.