Skip to content

Commit a10d389

Browse files
Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 3 to 4 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) Updates `actions/download-artifact` from 4.1.7 to 4.1.9 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.1.7...v4.1.9) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5a78ec1 commit a10d389

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/generate_index.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
cat ${{ steps.configuration.outputs.path }}/${{ steps.configuration.outputs.filename }}
6666
6767
- name: Upload index file to workflow artifact
68-
uses: actions/upload-artifact@v3
68+
uses: actions/upload-artifact@v4
6969
with:
7070
path: ${{ steps.configuration.outputs.path }}/${{ steps.configuration.outputs.filename }}
7171
name: ${{ steps.configuration.outputs.artifact }}
@@ -78,7 +78,7 @@ jobs:
7878

7979
steps:
8080
- name: Download index
81-
uses: actions/[email protected].7
81+
uses: actions/[email protected].9
8282
with:
8383
path: ${{ needs.generate.outputs.path }}
8484
name: ${{ needs.generate.outputs.artifact }}

.github/workflows/parse-pr.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
echo -E "head=$(jq -c .head.sha "${{ steps.configuration.outputs.path }}/${{ env.JSON_IDENTIFIER }}")" >> $GITHUB_OUTPUT
6565
6666
- name: Upload diff file to workflow artifact
67-
uses: actions/upload-artifact@v3
67+
uses: actions/upload-artifact@v4
6868
with:
6969
path: ${{ steps.configuration.outputs.path }}/${{ steps.configuration.outputs.filename }}
7070
name: ${{ steps.configuration.outputs.artifact }}
@@ -107,7 +107,7 @@ jobs:
107107
poetry install --directory="${{ github.workspace }}/olman-remote"
108108
109109
- name: Download diff
110-
uses: actions/[email protected].7
110+
uses: actions/[email protected].9
111111
with:
112112
path: ${{ needs.diff.outputs.path }}
113113
name: ${{ needs.diff.outputs.artifact }}

0 commit comments

Comments
 (0)