Skip to content

Commit

Permalink
Merge pull request #85 from devops-actions/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/upload-artifact-4.0.0

Bump actions/upload-artifact from 3.1.3 to 4.0.0
  • Loading branch information
github-actions[bot] authored Jan 1, 2024
2 parents 9bd2161 + 146307c commit e12459f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
}
- name: Upload result file as artefact
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
with:
name: actions
path: actions.json
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
}
- name: Upload result file as artefact
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
with:
name: actions-${{ env.GITHUB_REPOSITORY_OWNER }}
path: |
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
}
- name: Upload result file as artefact
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
with:
name: actions-${{ env.organization }}
path: |
Expand Down

0 comments on commit e12459f

Please sign in to comment.