Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 39b8d5f

Browse files
Update actions/upload-artifact action to v4
1 parent 68dbd66 commit 39b8d5f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎.github/workflows/master.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
outputs: type=docker,dest=/tmp/image-bookstack.tar
3838

3939
- name: Upload artifact
40-
uses: actions/upload-artifact@v3
40+
uses: actions/upload-artifact@v4
4141
with:
4242
name: image-bookstack-master
4343
path: /tmp/image-bookstack.tar

‎.github/workflows/pr.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
outputs: type=docker,dest=/tmp/image-bookstack.tar
3939

4040
- name: Upload artifact
41-
uses: actions/upload-artifact@v3
41+
uses: actions/upload-artifact@v4
4242
with:
4343
name: image-bookstack
4444
path: /tmp/image-bookstack.tar

‎.github/workflows/release.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
outputs: type=docker,dest=/tmp/image-bookstack.tar
3838

3939
- name: Upload artifact
40-
uses: actions/upload-artifact@v3
40+
uses: actions/upload-artifact@v4
4141
with:
4242
name: image-bookstack-master
4343
path: /tmp/image-bookstack.tar

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /