Skip to content

Commit

Permalink
Merge pull request #8 from XmlmXmlmX/dependabot/github_actions/dot-gi…
Browse files Browse the repository at this point in the history
…thub/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 2.0.6 to 4.1.7 in /.github/workflows
  • Loading branch information
XmlmXmlmX authored Nov 7, 2024
2 parents 314c5c3 + 938d10a commit 1b5c060
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

steps:
- name: Download a Build Artifact
uses: actions/download-artifact@v2.0.6
uses: actions/download-artifact@v4.1.7
with:
# Artifact name
name: build_artifact
Expand All @@ -65,7 +65,7 @@ jobs:

steps:
- name: Download a Build Artifact
uses: actions/download-artifact@v2.0.6
uses: actions/download-artifact@v4.1.7
with:
# Artifact name
name: build_artifact
Expand Down

0 comments on commit 1b5c060

Please sign in to comment.