Skip to content

Commit

Permalink
Merge pull request #2 from Mr-Ojii/dependabot/github_actions/artifact…
Browse files Browse the repository at this point in the history
…-actions-8204c6933e

Bump the artifact-actions group with 2 updates
  • Loading branch information
Mr-Ojii authored Mar 23, 2024
2 parents a7a78bb + ef43757 commit 77979ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
7z a ImageLoader_M.zip *
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ImageLoader_M
path: ${{ github.workspace }}/pub/ImageLoader_M.zip
Expand All @@ -61,7 +61,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: ImageLoader_M
path: artifacts
Expand Down

0 comments on commit 77979ee

Please sign in to comment.