Skip to content

Commit 9c923da

Browse files
chore(deps): bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 52dc6b2 commit 9c923da

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
@@ -32,7 +32,7 @@ jobs:
3232
cache-from: type=registry,ref=solidnerd/bookstack-dev:master
3333
outputs: type=docker,dest=/tmp/image-bookstack.tar
3434
- name: Upload artifact
35-
uses: actions/upload-artifact@v2
35+
uses: actions/upload-artifact@v3
3636
with:
3737
name: image-bookstack-master
3838
path: /tmp/image-bookstack.tar

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
cache-to: type=inline
3434
outputs: type=docker,dest=/tmp/image-bookstack.tar
3535
- name: Upload artifact
36-
uses: actions/upload-artifact@v2
36+
uses: actions/upload-artifact@v3
3737
with:
3838
name: image-bookstack
3939
path: /tmp/image-bookstack.tar

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
cache-from: type=registry,ref=solidnerd/bookstack-dev:master
3333
outputs: type=docker,dest=/tmp/image-bookstack.tar
3434
- name: Upload artifact
35-
uses: actions/upload-artifact@v2
35+
uses: actions/upload-artifact@v3
3636
with:
3737
name: image-bookstack-master
3838
path: /tmp/image-bookstack.tar

0 commit comments

Comments
 (0)