Skip to content

Commit ae7257e

Browse files
authored
Merge pull request #82 from ezKEa/dependabot/github_actions/actions/upload-artifact-4
build(deps): bump actions/upload-artifact from 3 to 4
2 parents 0aa3d83 + bb5ec48 commit ae7257e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: .github/workflows/update-flake.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
git diff --oneline --graph > flake-update.diff
3939
4040
- name: Upload diff artifact
41-
uses: actions/upload-artifact@v3
41+
uses: actions/upload-artifact@v4
4242
with:
4343
name: "flake-update.diff"
4444
path: "flake-update.diff"

Diff for: .github/workflows/update-version.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -80,20 +80,20 @@ jobs:
8080
echo "${{ matrix.package }}: ${{ env.current-version }} -> ${{ env.latest-version }}" >> "${{ matrix.package }}-commit.artifact"
8181
8282
- name: Upload skip artifact
83-
uses: actions/upload-artifact@v3
83+
uses: actions/upload-artifact@v4
8484
with:
8585
name: "${{ matrix.package }}-skipped.artifact"
8686
path: "${{ matrix.package }}-skipped.artifact"
8787

8888
- name: Upload diff artifact
8989
if: ${{ steps.diff.outputs.skipped == 'no' }}
90-
uses: actions/upload-artifact@v3
90+
uses: actions/upload-artifact@v4
9191
with:
9292
name: "${{ matrix.package }}-update.diff"
9393
path: "${{ matrix.package }}-update.diff"
9494

9595
- name: Upload commit artifact
96-
uses: actions/upload-artifact@v3
96+
uses: actions/upload-artifact@v4
9797
with:
9898
name: "${{ matrix.package }}-commit.artifact"
9999
path: "${{ matrix.package }}-commit.artifact"
@@ -166,7 +166,7 @@ jobs:
166166
NIXPKGS_ALLOW_UNFREE: 1
167167

168168
- name: Upload success artifact
169-
uses: actions/upload-artifact@v3
169+
uses: actions/upload-artifact@v4
170170
with:
171171
name: "${{ matrix.package }}-success.artifact"
172172
path: "${{ matrix.package }}-success.artifact"

0 commit comments

Comments
 (0)