Skip to content

Commit

Permalink
Merge pull request #2335 from ninja-build/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/upload-artifact-3

Bump actions/upload-artifact from 1 to 3
  • Loading branch information
jhasse authored Oct 6, 2023
2 parents ffd27d3 + f030a26 commit 93d0d35
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
# Upload ninja binary archive as an artifact
- name: Upload artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: ninja-binary-archives
path: artifact
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
# Upload ninja binary archive as an artifact
- name: Upload artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: ninja-binary-archives
path: artifact
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# Upload ninja binary archive as an artifact
- name: Upload artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: ninja-binary-archives
path: artifact
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
# Upload ninja binary archive as an artifact
- name: Upload artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: ninja-binary-archives
path: artifact
Expand Down

0 comments on commit 93d0d35

Please sign in to comment.