Skip to content

Commit bf3a77d

Browse files
build(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0 (#438)
1 parent b72885c commit bf3a77d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/check.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ jobs:
296296
run: sudo make PG_CONFIG=$PG_CONFIG install
297297

298298
- name: Upload Artifacts
299-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
299+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
300300
with:
301301
name: postgresql-${{ matrix.version }}-vchord_0.0.0_${{ matrix.arch }}-linux-gnu
302302
path: ./build
@@ -394,7 +394,7 @@ jobs:
394394
run: sudo make PG_CONFIG=$PG_CONFIG install
395395

396396
- name: Upload Artifacts
397-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
397+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
398398
with:
399399
name: postgresql-${{ matrix.version }}-vchord_0.0.0_${{ matrix.arch }}-apple-darwin
400400
path: ./build
@@ -514,7 +514,7 @@ jobs:
514514
run: make install
515515

516516
- name: Upload Artifacts
517-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
517+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
518518
with:
519519
name: postgresql-${{ matrix.version }}-vchord_0.0.0_${{ matrix.arch }}-pc-windows-msvc
520520
path: ./build
@@ -645,7 +645,7 @@ jobs:
645645
run: sudo make PG_CONFIG=$PG_CONFIG install
646646

647647
- name: Upload Artifacts
648-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
648+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
649649
with:
650650
name: postgresql-${{ matrix.version }}-vchord_0.0.0_${{ matrix.arch }}-linux-musl
651651
path: ./build
@@ -862,7 +862,7 @@ jobs:
862862
run: sudo make PG_CONFIG=$PG_CONFIG install
863863

864864
- name: Upload Artifacts
865-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
865+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
866866
with:
867867
name: postgresql-${{ matrix.version }}-vchord_0.0.0_${{ matrix.clang_triple }}
868868
path: ./build

0 commit comments

Comments
 (0)